home *** CD-ROM | disk | FTP | other *** search
- Path: news.cs.hope.edu!vnopstal
- From: vnopstal@cs.hope.edu (Michael Van Opstall)
- Newsgroups: comp.lang.c++
- Subject: Re: Looking for a simple matrix class
- Date: 2 Jan 1996 20:15:22 GMT
- Organization: Hope College
- Message-ID: <4cc3oq$9if@news.cs.hope.edu>
- References: <Pine.SGI.3.90.960101105238.9981A-100000@herod.technion.ac.il>
- NNTP-Posting-Host: smaug.cs.hope.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- I've got a matrix class which overloads +, -, and * as well as finding
- transposes and inverses. However, it only works for 3x3 square matrices. With
- a little work, it could easily be made dynamic or changed to a different size,
- but that would probably sacrifice the inverses (the hardest part). It would
- be easy to overload the == and = ops as well. e-mail me for more info.
-
- --
- Michael A. Van Opstall -- vnopstal@cs.hope.edu
- http://www.cs.hope.edu/~vnopstal/deal.html - try it
-